GetSkills is the GitHub for AI skills — search and install 3,000+ install-ready AI skills (Anthropic Skills format) for Claude Code, Cursor, and ChatGPT.
The MCP server exposes 6 tools so Claude can search and install skills natively:
• search_skills — search the catalog by keyword, category, or platform
• get_skill — fetch full skill_code by slug
• install_skill — write the skill straight to ~/.claude/skills/<slug>/SKILL.md
• list_packs — get the 8 curated starter packs (Engineer, PM, Founder, SRE, etc.)
• install_pack — install every skill in a pack with one tool call
• list_categories — list all categories with counts
Say 'install the PM starter pack' to Claude and it actually does it — 10 skills installed in 30 seconds.
Free to browse + install. Pro at $14.99/mo unlocks unlimited library saves + premium skills + collections.
Website: https://getskillsai.org
npm: https://www.npmjs.com/package/getskills-mcp
サーバー設定
{
"mcpServers": {
"getskills": {
"command": "npx",
"args": [
"-y",
"getskills-mcp"
]
}
}
}